home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / LNP210.ZIP / LNPOKER.DOC < prev    next >
Text File  |  1993-07-25  |  11KB  |  229 lines

  1.  
  2.                  LATE NITE POKER DOOR version 2.10
  3.                          by Robert Butler
  4.  
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6.  
  7.  
  8.      Late NITE Poker Door is an easy to install BBS door program designed
  9.      for those who love to play Poker!  You can select from 7 different
  10.      versions of card games commonly referred to as "Poker".  
  11.      The Choices are:
  12.                       * 5 Card Draw
  13.                       * 5 Card Stud
  14.                       * 5 Card Mexican Stud
  15.                       * 7 Card Draw
  16.                       * 7 Card Stud
  17.                       * 7 Card Mexican Stud
  18.                       * Hold 'em
  19.  
  20.      For descriptions of these games, please read the file INSTR.ASC.
  21.  
  22.      The door will run on any IBM PC or CLONE running DOS 3.3 or OS2(SDOS5.0)
  23.      or higher with 640k of RAM.  In addition, the BBS must be running with a
  24.      fossil driver such as X00 or BNU.
  25.  
  26.      Late NITE Poker Door needs to find one of the folowing files in order
  27.      to run proprely: DORINFO1.DEF, DORINFOx.DEF or DOOR.SYS  The door should
  28.      run with any BBS software that is capable of creating one of these 
  29.      files, there are several door conversion utilities available through
  30.      BBS's that will convert drop files to these formats.  Late Nite Poker
  31.      Door will handle 4 nodes of a BBS playing simultaneously.
  32.  
  33.                          ENVIRONMENTAL VARIABLE:
  34.                          -----------------------
  35.      There is one optional environmental variable that you can add to
  36.        your Autoexec.bat file or the Batch file that runs the door:
  37.                             SET OUTBUFF=OFF
  38.      This turns off output buffering and helps to make hotkeys work
  39.      faster in some instances.  Use this only if you are experiencing
  40.      problems with slow hotkey response.
  41.  
  42.                              INSTALLATION:
  43.                              -------------
  44.  
  45.               The File LNP210.ZIP SHOULD CONTAIN THE FOLLOWING:
  46.                  INSTALL.EXE     The Installation program
  47.                  LNP.EXE         The Door Program
  48.                  INSTR.ASC       Online instructions file
  49.                  REGISTER.FRM    Registration Form
  50.                  LNPOKER.DOC     The file you're reading now
  51.                  README.210      Update info.
  52.                  FILE_ID.DIZ     Description of Door Game
  53.                  SINGLE.BAT      Sample Single Node Batch file
  54.                  MULTI.BAT       Sample Multinode Batch File
  55.  
  56.               Late NITE Poker Door will create the following files:
  57.                  PLAYER.DAT       contains player info
  58.                  SCORES.DAT     contains top 30 scores
  59.                  LNPOKER.ERR    if game exits with an error, this file
  60.                                 will be created or added to
  61.                      And if you run more than 1 node:
  62.                  LNPOKER.USE    passes data between the nodes
  63.                  
  64.                  The game also creates an ANSI & an ASCII file of the
  65.                  top 30 Gamblers, the path & names of which you define
  66.                  in config file lines 9 & 10.
  67.  
  68.  
  69.      To Install Late NITE Poker Door:
  70.      1. Create a subdirectory to hold the Door Files.
  71.         Example C:\BBS\POKER
  72.      2. Copy the files from LNP210.ZIP to the new subdirectory.
  73.      3. Run the program INSTALL.EXE  it will create the necessary batch
  74.         file and the config file(s) that the door needs to run.
  75.  
  76.                    THE LATE NITE POKER CONFIG FILE(S):
  77.                    ----------------------------------
  78.  
  79.      The Configuration file(s) will be automatically created for you if you
  80.      use the INSTALL program, however, if you would like to create it or edit
  81.      it with a text editor, you can do so.  The configuration filename will
  82.      be "LNP.CFG" for single nodes.  Multinode systems need a separate config
  83.      file for each node, they must be named LNP + NODE + .CFG EXAMPLE:
  84.      LNP1.CFG LNP2.CFG LNP3.CFG LNP4.CFG
  85.      The config files contain 10 lines.  THE FIRST 3 LINES MUST BE ALL CAPS
  86.      OR YOU WILL GET AN ERROR!  Lines 7 & 8 are case sensitive, so be sure to
  87.      enter them exactly or your registration key will not work!
  88.      
  89.  
  90. Line   Statement       Description
  91. -------------------------------------------------
  92.  1   D:\PATH\       *Path to Drop File (DORINFO1, DORINFOx, DOOR.SYS)
  93.  2   DORINFO1.DEF   *which type of drop file to look for
  94.  3   Y or N         *reserved for future use.  DO NOT OMIT!!
  95.  4   12345678       *Registration key (0 for unregistered)
  96.  5   3              *number of times a person is allowed in the door per day.
  97.  6   5              *minutes allowed per play.
  98.  7   Robert Butler  *Sysop Name.
  99.  8   Lockhart BBS   *BBS Name.
  100.  9   c:\path\filename.ans   *Path & Name of ANSI top Scores list.
  101. 10   c:\path\filename.asc   *Path & Name of ASCII top Scores list.
  102.  
  103. Note: 
  104. Line 2 DORINFOx.DEF can be DORINFO1.DEF to DORINFO4.DEF. if your system
  105. creates DORINFOx.DEF where x is the node number, then line 2 will need
  106. to be different in each nodes config file.  If you use INSTALL.EXE, it is
  107. assumed that DORINFOx.DEF will be in the main BBS directory, and
  108. DORINFO1.DEF OR DOOR.SYS  will be in the separate node directories IF A
  109. MULTINODE SETUP IS SELECTED.  If single node is selected, INSTALL assumes
  110. ALL TYPES OF DROP FILES TO BE IN THE MAIN BBS DIRECTORY.
  111.  
  112. Note: The Line & Description categories above are for explanation only
  113.      and should not be included in the Config file.
  114.      If you are running an unregistered copy, you will not be able to
  115.      change lines 5 & 6 in the config file from the values shown.
  116.      That's all there is to it!
  117.  
  118.                     THE LATE NITE POKER COMMAND LINE:
  119.                     ----------------------------------
  120.  
  121.      To run the program from a DOS command line or from inside a batch file,
  122.      the syntax of the command line is:
  123.  
  124.                      LNP NODE 
  125.      Where:
  126.      NODE = The node number of the node you wish to run.  If you are running
  127.      a single node BBS then don't put a node number.  If you are running a
  128.      multi node BBS, You will need a separate batch file for each node.
  129.      Do not use 1-4 if you are running Single node.  Valid Range is 1 to 4.
  130.  
  131.              RUNNING THE DOOR MULTINODE FROM A BATCH FILE:
  132.              ---------------------------------------------
  133.  
  134.      If you wish to run the Door in multinode mode, you could create a
  135.      separate batch file for each node, but a single batch file with IF
  136.      and GOTO statements is more efficient, and this is what Install will
  137.      create.  See the sample batch files SINGLE.BAT & MULTI.BAT for examples.
  138.      IF YOU ARE MUTLINODE AND RUN A SINGLE BATCH FILE, YOUR BBS
  139.      SOFTWARE MUST BE ABLE TO PASS THE NODE NUMBER TO THE BATCH FILE FROM
  140.      THE BBS MENU LINE THAT INVOKES THE DOOR!  See the next paragraph for
  141.      an example.
  142.      
  143.  
  144.                      MENU LINE TO INVOKE THE DOOR:
  145.                      -----------------------------
  146.  
  147.      LATE NITE POKER DOOR requires approx. 240k to run single node and 280k
  148.      to run in multinode.  it should be invoked by means of a menu line that
  149.      shells out to a batch file.  For example, for QuickBBS 2.76 this is a
  150.      menu type 7 and the command line would be *C /C BATFILE.BAT , where
  151.      BATFILE is the name of the batch file that runs the Door.  If multinode,
  152.      and using a single batch file, you must pass the node number to the
  153.      batch file.  With QuickBBS for example, this is done by placing a *N
  154.      after the Batch file Name like this: *C /C BATFILE.BAT *N
  155.      Please consult your BBS documentation for the parameter passing
  156.      method of your individual software.
  157.  
  158.                                SYSOP KEYS
  159.                                ----------
  160.  
  161.      The following keys are available to the sysop at the local console
  162.      while a user is online:
  163.              KEY                FUNCTION
  164.              ---            ----------------
  165.            UP ARROW      INCREASE CALLERS TIME LEFT BY 1 MINUTE
  166.            DN ARROW      DECREASE CALLERS TIME LEFT BY 1 MINUTE
  167.            ALT-C         CHAT WITH USER 
  168.            ALT-H         DROP CARRIER (HANG UP)
  169.            F1-F4         CHANGE STATUS BAR 
  170.            F10           REMOVE STATUS BAR
  171.            Ctrl-Break    QUIT THE GAME AND RETURN TO BBS
  172.  
  173.  
  174.                       DISPLAYING CLUB () CHARACTER
  175.                       -----------------------------
  176.      Some comm. software cannot transmit or receive the Ascii Character #5
  177.      which is a club ().  This is tested when a new user first plays the
  178.      door and if the game will place a Club on the screen in parentheses.
  179.      If the caller sees () then they can use the club char.
  180.      If the caller sees () then they should answer 'N' for no, and a captial
  181.      letter 'C' will be substituted for a club character.
  182.                             
  183.  
  184.                             COPYRIGHT NOTICE
  185.                             ----------------
  186.  
  187.      Late NITE Poker Door is a copyrighted program being distributed
  188.      under the shareware concept.  As such you may use Late NITE Poker Door
  189.      for a period of 30 days  without  registering  the  software.
  190.      After  the  30  day evaluation period, you  must register your copy of
  191.      Late NITE Poker Door or you will be in violation of United States and
  192.      International copyright laws.
  193.  
  194.      As a shareware program, Late NITE Poker Door may be freely distributed
  195.      through a BBS.  Shareware distributors may distribute copies of Late 
  196.      NITE Poker Door on disk for a modest disk duplication charge not to
  197.      exceed $6 per disk.
  198.                                 WARRANTY
  199.                                 --------
  200.  
  201.      Late NITE Poker Door is  distributed without warranty.   In no event
  202.      will Robert Butler be liable to you for damages, including any loss  
  203.      of profits, lost savings, or other incidental or consequential damages
  204.      arising out of your use of or inability to use the program, even if
  205.      Robert Butler or an authorized representative has been advised of the
  206.      possibility of such damages.  Robert Butler will not be liable for any
  207.      such claim by any other party.
  208.  
  209.                                REGISTRATION
  210.                                ------------
  211.      Please use United States Currency ONLY!  Simply print the file
  212.      REGISTER.FRM and follow the instructions included in it.
  213.  
  214.      There are 3 different registration fee types for Late Nite Poker Door:
  215.      1. Single Version Registration key is $15.00 U.S. This will work on the
  216.         current version of the Door only.
  217.      2. Unlimited Upgrade Key is $30.00 U.S.  This key will work on this and
  218.         all future versions of late Nite Poker Door.
  219.      3. Upgrade Key is $5.00 U.S. and is available to people who previously
  220.         Registered with a Single Version Key.
  221.  
  222.      The shareware copy you have contains all the necessary files, there
  223.      is nothing left out.
  224.      Registered owners will recieve a registration key via BBS or Fidonet
  225.      NetMail Msg.   The registration key will unlock:
  226.      1. The # of Plays per Day config statement.
  227.      2. The # of Minutes per Play config statement.
  228.      3. Turn off Beeps at beginning and/or end of each game.
  229.